home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
01b.hello.slider.Ch3Ex5
/
MyObject.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
222b
|
18 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface MyObject:Object
{
id textCell;
float myFloat;
char tmp[30];
char myString[1000];
}
- setTextCell:anObject;
- slider:sender;
@end